@charset "utf-8";
@font-face {
    font-family: 'aaarghnormal';
    src: url('./fonts/Aaargh-webfont.eot');
    src: url('./fonts/Aaargh-webfont.eot#iefix') format('embedded-opentype'),
         url('./fonts/Aaargh-webfont.woff') format('woff'),
         url('./fonts/Aaargh-webfont.ttf') format('truetype'),
         url('./fonts/Aaargh-webfont.svg#aaarghnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaybold';
    src: url('./fonts/raleway-bold-webfont.eot');
    src: url('./fonts/raleway-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('./fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('./fonts/raleway-bold-webfont.woff') format('woff'),
         url('./fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('./fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayregular';
    src: url('./fonts/raleway-regular-webfont.eot');
    src: url('./fonts/raleway-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('./fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('./fonts/raleway-regular-webfont.woff') format('woff'),
         url('./fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('./fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lobster_regular';
    src: url('./fonts/lobster_1.3-webfont.eot');
    src: url('./fonts/lobster_1.3-webfont.eot#iefix') format('embedded-opentype'),
         url('./fonts/lobster_1.3-webfont.woff2') format('woff2'),
         url('./fonts/lobster_1.3-webfont.woff') format('woff'),
         url('./fonts/lobster_1.3-webfont.ttf') format('truetype'),
         url('./fonts/lobster_1.3-webfont.svg#lobster_1.3regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	margin:0;
	padding:0;	
}
.topbar{
	background-color:#ededed;
	padding:10px 0;
}
	.socials{
		margin:0;
		padding:0;
		text-align:left;
		list-style:none !important;
		font-size:1.4rem;
		background:none !important;
	}
	footer ul.socials li a{
		color:#FFFFFF;	
	}
	.socials li{
		display:inline-block;
	}
	.socials li:before{
		content:'' !important;
	}
	.socials li a{
		color:#11535e;
	}
.logobar{
	padding:40px 0;
}
	.contacts{
		text-align:right;
	}
	.contacts p{
		line-height:1.3;
		color:#11535e;
		margin-bottom:0;
	}
	.contacts div{
		display:inline-block;
		position:relative;
	}
	.contacts div.address{
		margin-right:100px;	
	}
	.contacts div.address strong{
		color:#f8a92c;
	}
	.contacts div.address .icon{
		position:absolute;
		width:25px;
		height:30px;
		top:0px;
		left:-35px;
		color:#f8a92c;
	}
	.contacts div.tel .icon{
		position:absolute;
		width:25px;
		height:30px;
		top:0px;
		left:-35px;
		color:#f8a92c;
	}
	.contacts div.tel strong{
		color:#f8a92c;
	}
.menubar{
	background-color:#11535e;
	padding:0;
}
	#menu-menu-1{
		width:100% !important;
	}
	.navbar{
		padding:0;	
	}
	.nav-pills .nav-link{
		padding:17px 0;
		border-radius:0 !important;
		border-bottom:4px solid #11535e;
		color:#FFFFFF;
		text-transform:uppercase;
		font-weight:bold;
		font-size:0.95rem;
	}
	.current-menu-item .nav-link, .current-menu-parent .nav-link{
		border-bottom:4px solid #f8a92c;
	}
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
		border-color:#0d414a;
		background-color:#0d414a;
	}
	.dropdown-menu{
		border-radius:0;
		min-width:100%;
		padding:0;
	}
	.dropdown-item{
		padding: 1rem 1.5rem;
		border-bottom:1px solid #f5f5f5;
		border-radius:0;
	}
	.dropdown-item a{
			
	}
	.dropdown-menu .dropdown-item:last-child{
		border-bottom:none;
	}
	.dropdown-item.active, .dropdown-item:active{
		background-color:#11535e;
		color:#FFFFFF;
	}
	.navbar-toggler{
		border-color:#FFFFFF;
		padding: .1rem .4rem;
		margin-left:17px;
	}
	.navbar-toggler-icon {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
@media screen and (max-width: 991px){
	.contacts{
		text-align:center;
		margin-left:40px;
		margin-top:40px;
	}
	.logobar{
		padding: 30px 0;
	}
	.logobar .col-lg-4{
		text-align:center;
	}
	.navigation{
		padding:10px 0;	
	}
	.navbar-collapse ul{
		display:block;
		margin-top:5px;
	}
	.navbar-collapse ul li{
		display:block;
	}
	.nav-justified .nav-item{
		text-align:left;
	}
	.dropdown-menu{
		position:relative;
		margin-bottom:15px;
	}
	.nav-pills .nav-link{
		padding:17px;	
	}
	.current-menu-item .nav-link, .current-menu-parent .nav-link{
		border-bottom:2px solid #f8a92c;
	}
}
@media screen and (max-width: 575px){
	/*.contacts div{
		display:block;	
	}*/
	.contacts div.address{
		margin-right:40px;
	}
}
@media screen and (max-width: 410px){
	.contacts div{
		display:block;	
	}
	.contacts div.address{
		margin-right:0px;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 299px){
	#logo{
		display:block;
		width:100%;
		max-width:100%;
		height:auto !important;
	}
}
.slider{
	position:relative;
	height:630px;
	background-color:#05859F;
}
	.wrapslides{
		display:none;
		text-decoration:none;
		position:absolute;
		top:50%;
		left:50%;
		z-index:2;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}
	.slider h2{
		font-family: 'lobster_regular';
		color:#FFFFFF;
		font-size:3rem;
		font-weight:bold;
		text-shadow: 2px 1px #0d3d45;
	}
	.slider p{
		color:#FFFFFF;
	}
	.vegas-timer-progress{
		background:#f8a92c;
	}
section{
	padding:130px 0;
}
	section.bgwhite{
		background-color:#FFFFFF;
	}
	section.bggray{
		background-color:#f2f1ed;
	}
section#actualites{
	background-color:#f2f1ed;
}
#savoirfaire{
	background-color:#f2f1ed;
}
	#savoirfaire .activite{
		text-decoration:none;
		color:#212529;
		display:block;
		padding:10px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#savoirfaire .activite:hover{
		background-color:#f5f5f5;
	}
	#savoirfaire h3{
		color:#11535e;
		text-transform:uppercase;
		font-size:1rem;
		font-weight:bold;
		margin-bottom:15px;
	}
	#savoirfaire p{
		font-size:0.95rem;	
	}
	#savoirfaire .icon a{
		color:#11535e;
		font-size:2rem;
	}
.colleft{
	display:table;
	width:100%;
	height:475px;
	background-image:url(./images/bgcolleft.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
	.colleftcell{
		display:table-cell;
		width:100%;
		height:100%;
		text-align:center;
		vertical-align:middle;
		padding:20px 40px;
	}
	.colleftcell h3{
		color:#FFFFFF;
		font-size:1.75rem;
		margin-bottom:20px;
	}
	.colleftcell p{
		color:#FFFFFF;
		margin-bottom:20px;
	}
	colleftcell p:last-child{
		margin-bottom:0px;
	}
.colright{
	display:table;
	width:100%;
	height:475px;
	background-image:url(./images/bgcolright.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
	.colrightcell{
		display:table-cell;
		width:100%;
		height:100%;
		text-align:center;
		vertical-align:middle;
		padding:20px 40px;	
	}
	.colrightcell h3{
		color:#FFFFFF;
		font-size:1.75rem;
		margin-bottom:20px;
	}
	.colrightcell p{
		color:#FFFFFF;
		margin-bottom:20px;
	}
	colrightcell p:last-child{
		margin-bottom:0px;
	}
.no-padding{
	padding:0;
}
.small-padding{
	padding:90px 0 80px 0;
}
.no-margin{
	margin:0;
}
.paddrow{
	padding:90px 50px 80px 50px;
}
.paddrow h2{
	text-align:left !important;
}
.bgphoto{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
@media screen and (max-width: 767px){
	.bgphoto{
		min-height:300px;
	}
}
footer{
	padding:130px 0;
	background-color:#11535e;
	color:#FFFFFF;
}
	footer h4{
		font-family:'lobster_regular', Arial, sans-serif;
		font-size:1.5rem;
		margin-bottom:20px;
	}
	footer ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	footer a{
		color:#FFFFFF;
	}
	footer a:hover{
		color:#FFFFFF;
	}
	.coordonnees p:last-child{
		margin-bottom:0;	
	}
.mentions{
	background-color:#0d3d45;
	color:#FFFFFF;
	padding:15px;
	text-align:center;
	font-size:0.8rem;	
}
h2{
	font-family:'lobster_regular', Arial, sans-serif;
	text-align:center;
	color:#11535e;
	margin-bottom:30px;
	font-size: 2.25rem;
}
h3{
	font-size: 1.25rem;
    margin-top: 2rem;	
}
p{
	text-align:justify;	
}
a{
	color:#f8a92c;
	outline:none;
}
a:hover{
	color:#f8a92c;
	outline:none;
}
a:focus, a:active, button:focus, button:active{
	outline:none;
}
section.texte ul, .wrapfancy ul{
	background-image: url(./images/pix.gif);
    background-repeat: repeat-y;
    background-position: 45px;
}
section.texte ul li, .wrapfancy ul li{
	list-style-type: none;
    margin-bottom: 5px;
    padding-left: 30px;
}
section.texte ul li:before, .wrapfancy ul li:before{
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
	font: normal normal normal 14px/1 FontAwesome;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
    color: #11535e !important;
    margin-right: 14px;
    margin-left: -30px;
}
section.texte.bgwhite ul li:before, .wrapfancy ul li:before{
	background-color:#ffffff;
}
section.texte.bggray ul li:before{
	background-color:#f2f1ed;
}

.btn{
	outline:none !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn:hover{
	outline:none !important;
}
.btn:focus{
	outline:none !important;
}

.btn-blue{
	border-radius:0px !important;
	color:#ffffff !important;
	background-color:#11535e;
	border-color:#11535e;
}
.btn-blue:hover{
	color:#11535e !important;
	background-color:#ffffff;
	border-color:#11535e;
}
	.btn-blue.no-border:hover{
		border-color:#ffffff;
	}
.btn-blue:active{
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.25);
  	box-shadow: inset 0 3px 5px rgba(0,0,0,.25);
}

.btn-orange{
	border-radius:0px !important;
	color:#ffffff !important;
	background-color:#f8a92c;
	border-color:#f8a92c !important;
}
.btn-orange:hover{
	color:#f8a92c !important;
	background-color:#ffffff;
	border-color:#ffffff !important;
}
.btn-orange:active{
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.25);
  	box-shadow: inset 0 3px 5px rgba(0,0,0,.25);
}

.btn-plus{
	border-radius:50% !important;
	color:#ffffff !important;
	background-color:#11535e;
	border-color:#11535e !important;
	font-family:'lobster_regular', Arial, sans-serif;
	font-weight:bold;
	font-size:2rem;
	width:40px;
	height:40px;
	line-height:0.9;
}
.btn-plus:hover{
	color:#11535e !important;
	background-color:#ffffff;
	border-color:#11535e !important;
}
.btn-plus:active{
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.25);
  	box-shadow: inset 0 3px 5px rgba(0,0,0,.25);
}

#cff.masonryfeed .cff-item{
	width:31%;
	margin:20px 1%;
    border:none !important;
    padding:20px;
	background-color:#FFFFFF;
}
.cff-item a{
	color:#11535e !important;
}
#cff .cff-share-tooltip a .fab{
	font-size: 16px;
    margin: 0;
    padding: 5px
}
@media screen and (max-width: 991px){
	#cff.masonryfeed .cff-item{
		width:48%;
	}
}
@media screen and (max-width: 575px){
	#cff.masonryfeed .cff-item{
		width:98%;
	}
}
.wrapclient{
	padding:0 50px;
	outline:none !important;
}
.wrapclient img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.galerie{
	margin:0;
	padding:0;
	list-style:none !important;
}
.galerie-img{
	border:1px solid #FFFFFF !important;	
}

.wraptimeline h2{
	margin-top:30px;
	margin-bottom:10px;
}
.wraptimeline h2:first-child{
	margin-top:0px;
}
.vtimeline-content{
	/**/
}
.ctn_timeline{
	padding:30px;
	color:#FFFFFF;
	background-color:#11535e;	
}
.vtimeline-content h3{
	font-family:'lobster_regular', Arial, sans-serif;
	font-size:1.5rem;
	margin-top:0;
}
.vtimeline-content p{
	margin-bottom:0;
}
.vtimeline-block:after{
	border-left:10px solid #11535e;
}
.vtimeline-right:after{
	border-right:10px solid #11535e;
	border-left:none !important;
}
.vtimeline-icon{
	background:#f8a92c;
}
.vtimeline:before{
	background:#f8a92c;
}
@media screen and (max-width: 991px){
	.vtimeline-block:after{
		border:none !important;
	}
}

.wpcf7 span.wpcf7-list-item{
	margin:0;
	margin-right:1rem;
	margin-left:1px;
}
.wpcf7 input{
	margin-bottom:20px;
}
.wpcf7 input[type=text], .wpcf7 input[type=date], .wpcf7 input[type=tel], .wpcf7 input[type=email]{
	height:50px;
}
.wpcf7 textarea{
	resize:none;	
}
.wpcf7-form-control{
	margin-bottom:20px;
}

.offre_emploi{
	text-decoration:none;
	background-color:#f5f5f5;
	color:#212529;
	display:block;
	padding:10px;
	margin-bottom:15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	.offre_emploi:hover{
		background-color:#eeeeee;
		text-decoration:none;
		color:#212529;
	}
.offre_emploi .padd{
	padding:30px;
}
.date{
	font-style:italic;
	font-size:0.8rem;
	margin-bottom:25px;
}
.wrapfancy h3{
	font-size:1.25rem;
	margin-top:35px;
	margin-bottom:15px;
}
.fancybox-slide > div.wrapfancy{
	min-width:350px !important;
	max-width:45% !important;
	padding:60px !important;
}
@media screen and (max-width: 991px) {
	.fancybox-slide > div.wrapfancy{
		max-width:75% !important;
	}
}

#map{
	width:100%;
	height:600px;
	margin:0;
	border:none;
}
#map img{
	max-width:inherit !important;
}

/*
     FILE ARCHIVED ON 03:28:52 Sep 11, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:28:39 Jun 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.267
  load_resource: 153.166
  PetaboxLoader3.resolve: 106.333
  PetaboxLoader3.datanode: 46.439
*/